home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 August / maximum-cd-2005-08.iso / Data / items.pcg / scripts / DefineButton2_277 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2003-08-21  |  157 b   |  4 lines

  1. on(keyPress "<Up>"){
  2.    scrollListUp("menugame","arGamesDBSlice.","gamenumber",arGamesDBSlice.length,topDB,"topDB",dbCount,"dbCount",currentGameCount);
  3. }
  4.